<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

button::-moz-focus-inner,

input[type="reset"]::-moz-focus-inner,

input[type="button"]::-moz-focus-inner,

input[type="submit"]::-moz-focus-inner,

input[type="file"]&gt;input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

* {
    box-sizing: border-box;
}

a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

@font-face {
    font-family: 'ali';
    src: url("../fonts/Alimama_ShuHeiTi_Bold.ttf");
}

.padding {
    padding: 80px 0;
}

.padding-top {
    padding-top: 80px;
}

.padding-bottom {
    padding-bottom: 80px;
}

.transi {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.img_jz {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.img_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_container {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.textover {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.over-line-6{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-5{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-3{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-4{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-2{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.flexsp{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flexcent{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flexleft{
    display: flex;
    align-items: center;
    justify-content: left;
}

.allnav{
    position: fixed;
    width: 100%;
    left:0;
    top:0;
    z-index: 99;
    border-bottom:1px solid rgba(255,255,255,0.3);
}
.allnav.scroll{
    background: rgba(0,0,0,0.45);
}
.allnav_inner{
    height: 100px;
}
.allnav_inner .logo img{
    height: 47px;
}
.allnav_inner .logo .text .t1{
    color:#fff;
    font-weight: bold;
    font-size:30px;
    white-space: nowrap;
}
.allnav_inner .logo .text .t2{
    color:#fff;
    text-transform: uppercase;
    font-size:12px;
}
.bannerbox{
    height: 49vw;
}
.bannerbox .swiper-container{
    height: 100%;
}
.bannerbox .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bannerbox .swiper-pagination{
    bottom: 5%;
}
.bannerbox .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: 1;
}
.bannerbox .swiper-pagination-bullet-active{
    width: 30px;
    background: #e01b22;
    border-radius: 30px;
}

.allmenu{
    width: 56%;
}
.allmenu ul{
    width: 100%;
}
.allmenu ul li{
    float: left;
    width: 16.66%;
}
.allmenu ul li a{
    display: block;
    width: 100%;
    line-height: 100px;
    color:#fff;
    font-size:16px;
    text-align:center;
}
.allmenu ul li a:hover
,.allmenu ul li a.act{
    background: #e01b22;
}
.head-tel{
    padding-left:30px;
    background: url("../img/head-tel.png") no-repeat left center;
    color:#fff;
    font-size:16px;
}
.head-tel a{
    font-weight: bold;
    color:#fff;
    font-size:30px;
}
.alltitle{
    text-align:center;
    margin-bottom: 55px;
}
.alltitle.left{
    text-align:left;
}
.alltitle .en{
    font-family: ali;
    color:#333333;
    font-size:40px;
    text-transform: uppercase;
}
.alltitle.white .en{
    color:#fff;
}
.alltitle .en span{
    color:#e01b22;
    font-family: ali;
}
.alltitle .t1 span{
    font-size:36px;
    color:#333333;
    display: inline-block;
    margin:0 10px;
}
.alltitle.white .t1 span{
    color:#fff;
}
.alltitle.left .t1 span{
    margin:0 10px 0 0;
}
.alltitle .t1 .line{
    width: 166px;
    height: 7px;
}
.alltitle .t1 .line.left{
    background: url("../img/alltitle-left.png") no-repeat left center;
}
.alltitle .t1 .line.right{
    background: url("../img/alltitle-right.png") no-repeat right center;
}
.alltitle.left .line.left{
    display: none;
}
.jbbg{
    background: linear-gradient(#e8e8ea,#fff,#e8e8ea);
}
.allmore{
    width: 160px;
    height: 40px;
    border-radius: 40px;
    overflow: hidden;
    background: #e01b22;
}
.allmore:hover{
    background: #202020;
}
.allmore span{
    font-size:14px;
    color:#fff;
    display: inline-block;
    margin-right: 15px;
}
.probox-text.cent{
    text-align:center;
}
.probox-text.cent .allmore{
    margin:0 auto;
}
.probox-text .title{
    font-size:32px;
    color:#181818;
    letter-spacing: 1px;
    font-weight: bold;
}
.probox-text .tags{
    font-size:20px;
    color:#666;
    margin:20px 0;
}
.probox .imgbox{
    position: relative;
    width: 100%;
    height: 168px;
    overflow: hidden;
}
.in_product_box .top{
    position: relative;
    height: 700px;
}
.in_product_box .top .left{
    width: 50.5%;
    height: 100%;
    padding:5.9% 4%;
}
.in_product_box .top .right{
    width: 48.5%;
    height: 100%;
}
.in_product_box .top .left .probox .imgbox{
    height: 389px;
    margin-top: 6%;
}
.in_product_box .top .right{
    flex-direction: column;
}
.in_product_box .top .right .list{
    width: 100%;
    height: 49%;
}
.in_product_box .top .right .list1{
    padding:0 5%;
}
.in_product_box .top .right .list2 .propic{
    width: 49%;
    height: 100%;
    padding:5%;
}
.in_product_box .top .right .list1 .tbox{
    width: 48%;
}
.in_product_box .top .right .list1 .probox-text .title{
    font-size:30px;
}
.in_product_box .top .right .list1 .probox-text .tags{
    font-size:18px;
}
.in_product_box .top .right .list1 .imgleft{
    width: 50%;
}
.in_product_box .top .right .list2 .propic .probox-text .title{
    font-size:22px;
}
.in_product_box .top .right .list2 .propic .probox-text .tags{
    font-size:14px;
}
.in_product_box .top .right .list2 .propic .probox-text .allmore{
    width: 120px;
    height: 30px;
}
.in_product_box .top .right .list2 .propic .probox .imgbox img{
    max-width: 89%;
}
.in_product_box .bottom{
    margin-top: 3%;
    position: relative;
}
.in_product_box .bottom.sm{
    height: 560px;
    display: none;
}
.swiperbtn{
    top: 44%;
}
.in_product_box .bottom.sm .swiper-container{
    height: 100%;
}
.in_product_box .bottom.sm .swiper-slide{
    height: calc((100% - 20px) / 2);
}
.allpro .imgbox{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 280px;
}
.allpro .imgbox img{
    max-width: 70%;
    max-height: 85%;
}
.allpro  .title{
    background: #fff;
    padding:0 10px;
    font-size:16px;
    color:#181818;
    text-align:center;
    line-height: 60px;
    display: block;
}
.allpro .imgbox .meng{
    position: absolute;
    left:0;
    top:0;
    background: rgba(0,0,0,0.6);
    padding:0 4%;
    width: 100%;
    height: 100%;
    text-align:center;
    opacity: 0;
}
.allpro .imgbox .meng .tags{
    color: #fff;
    font-size: 16px;
    margin-bottom: 5%;
    line-height: 30px;
}
.allpro .imgbox .meng .allmore{
    margin:0 auto;
}
.allpro:hover .imgbox .meng{
    opacity: 1;
}
.allpro:hover .title{
    background: #e01b22;
    color:#fff;
}
.swiperbtn{
    width: 30px;
    height: 60px;
    background: #181818;
    top: 37%;
}
.swiperbtn:after{
    font-size:16px;
}
.swiperbtn:hover{
    background: #e01b22;
}


.in_case_box{
    height: 745px;
}
.in_case_box .swiper-container{
    height: 100%;
}
.in_case_box .swiper-slide{
    height:calc((100% - 20px) / 2);
}
.in_case_box .swiper-slide .imgbox{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.in_case_box .swiper-slide .imgbox .title{
    position: absolute;
    width: 100%;
    text-align:center;
    left:0;
    bottom:0;
    line-height: 68px;
    font-size:20px;
    color:#fff;
    background: rgba(186,20,25,0.8);
    opacity: 0;
}
.in_case_box .swiper-slide:hover .imgbox .title{
    opacity: 1;
}

.in_moive{
    background: url("../img/moivebg.jpg") no-repeat center / cover;
    background-attachment: fixed;
}

.in_moive .item{
    width: 100%;
    background: #fff;
    padding:3% 5%;
}
.in_moive .item .tbox{
    float: left;
    width: 330px;
    height: 100%;
}
.in_moive .item .moivebox{
    float: right;
    width: calc(100% - 390px);
    height: 560px;
    position: relative;
}
.in_moive .item .tbox .swiper-container{
    width: 100%;
    height: 420px;
}
.in_moive .item .moivebox .swiper-container{
    width: 100%;
    height: 100%;
}
.in_moive .item .moivebox .con{
    height: 100%;
}
.in_moive .item .moivebox .con .jw-skin-bce .jw-controlbar{
    width: 100%;
}
.in_moive .item .tbox .title{
    width: 100%;
    height: 100%;
    padding:0 14%;
}
.in_moive .item .tbox .title .icon{
    height: 100%;
    position: relative;
    width: 24px;
}
.in_moive .item .tbox .title .icon img{
    max-height: 100%;
}
.in_moive .item .tbox .title .text{
    width: calc(100% - 24px);
    padding:0 15px;
    font-size:16px;
    color:#333333;
}

.in_moive .item .tbox .swiper-slide.swiper-slide-thumb-active .title{
    background: #e01b22;
}
.in_moive .item .tbox .swiper-slide.swiper-slide-thumb-active .title .icon img{
    filter:brightness(1000%);
}
.in_moive .item .tbox .swiper-slide.swiper-slide-thumb-active .title .text{
    color:#fff;
}
.in_moive .item .tbox .alltitle{
    margin-bottom: 35px;
}



.in_company_text{
    float: left;
    width: 50%;
}
.in_company_text .des{
    font-size:16px;
    line-height: 30px;
    color:#000;
}
.in_company_text .item{
    margin:8% 0;
}
.in_company_text .item .list{
    text-align:center;
}
.in_company_text .item .list .t1{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.in_company_text .item .list .t1 .s1{
    font-weight: bold;
    font-family: ali;
    color:#e01b22;
    font-size:40px;
    margin-right: 5px;
}
.in_company_text .item .list .t1 .s2{
    font-weight: lighter;
    color:#e01b22;
    font-size:20px;
}
.in_company_text .item .list .t2{
    color:#666666;
    font-size:16px;
}
.in_company_img{
    float: right;
    width: 45%;
}
.in_company_img img{
    max-width: 100%;
}
.allmoresec{
    width: 160px;
    height: 40px;
    border:1px solid #e01b22;
    border-radius: 40px;
    overflow: hidden;
}
.allmoresec span{
    font-size:16px;
    color:#e01b22;
    display: inline-block;
    margin-right: 10px;
}
.allmoresec:hover{
    background: #e01b22;
}
.allmoresec:hover span{
    color:#fff;
}
.allmoresec:hover img{
    filter:brightness(1000%);
}
.in_ys .item{
    height: 700px;
}
.in_ys .item .swiper-container-ys{
    height: 100%;
}
.in_ys .swiper-slide .bg{
    height: 100%;
    width: 85%;
    overflow: hidden;
    position: absolute;
    left:0;
    top:0;
    z-index: 1;
}
.in_ys .swiper-slide .content{
    position: relative;
    z-index: 2;
}
.in_ys .swiper-slide .content .ys-text{
    float: left;
    width: 47%;
}
.in_ys .swiper-slide .content .ys-text .des .icon{
    width: 85px;
    height: 85px;
    position: relative;
    float: left;
}
.in_ys .swiper-slide .content .ys-text .des .wenzi{
    float: left;
    width: calc(100% - 85px);
    padding-left: 4%;
}
.in_ys .swiper-slide .content .ys-text .des .wenzi .t1{
    color:#fff;
    font-size:30px;
}
.in_ys .swiper-slide .content .ys-text .des .wenzi .en{
    color:rgba(255,255,255,0.3);
    font-size:14px;
    text-transform: uppercase;
    margin-top: 8px;
}
.in_ys .swiper-slide .content .ys-text .des .wenzi .t2{
    color:#fff;
    font-size:14px;
    line-height: 30px;
    margin-top: 4%;
}
.in_ys .swiper-slide .content .yx-circle{
    float: right;
    width:585px;
    height: 585px;
    position: relative;
}
.in_ys .swiper-slide .content .yx-circle .c1{
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(186,20,25,0.3);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -webkit-animation: morphing 10s infinite;
    animation: movecircleing 10s infinite;
}
@-webkit-keyframes movecircleing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%; }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%; }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%; } }

@keyframes movecircleing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%; }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%; }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%; } }

.in_ys .swiper-slide .content .yx-circle .c2{
    width: 96%;
    height: 96%;
    z-index: 2;
}
.in_ys .ys-btn{
    position: absolute;
    width: 52%;
    height: 88px;
    background: #e01b22;
    border-radius: 0 50px 50px 0;
    left: 0;
    bottom: 14%;
    padding-left:8%;
}
.in_ys .ys-btn .btn1{
    float: left;
    position: relative;
    width: 100px;
    height: 100%;
}
.in_ys .ys-btn .btn1 {
    color:#fff;
    font-size:20px;
}
.in_ys .ys-btn .btn1 .swiper-pagination{
    bottom:50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}
.in_ys .ys-btn .btn1 span.swiper-pagination-current{
    font-size:30px;
    font-weight: bold;
}
.in_ys .ys-btn .btn2{
    position: relative;
    float: left;
    width: 114px;
    height: 100%;
}
.in_ys .ys-btn .btn2&gt;div{
    width: 30px;
    height: 60px;
    margin-top: -30px;
}
.in_ys .ys-btn .btn2&gt;div:after{
    color:#fff;
    font-size:20px;
}
.in_ys .ys-btn .btn2&gt;div:hover{
    background: #ffffff;
}
.in_ys .ys-btn .btn2&gt;div:hover:after{
    color:#e01b22;
}
.in_ys .ys-btn .tel{
    float: left;
    margin-left: 15%;
    height: 100%;
    color:#fff;
}
.in_ys .ys-btn .tel span{
    font-size:16px;
    color:#fff;
    display: inline-block;
    margin:0 10px;
}
.in_ys .ys-btn .tel a{
    font-size:30px;
    font-weight: bold;
    letter-spacing: 1px;
    color:#fff;
}

.in_hexin{
    background: url("../img/hexinbg.jpg") no-repeat center / cover;
}
.in_hexin .list .icon{
    width: 88px;
    height: 88px;
    background: #e01b22;
    position: relative;
    margin-right: 20px;
    border-radius: 100%;
}
.in_hexin .list .title{
    color:#fff;
    font-size:22px;
}
.in_hexin .list:hover .icon img{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.in_news .item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.in_news .item .list{
    width: 31%;
}
.allnews .imgbox{
    width: 100%;
    height: 305px;
    position: relative;
    overflow: hidden;
}
.allnews:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.allnews .text{
    padding:4% 4%;
}
.allnews-text .title{
    font-size:22px;
    font-weight: bold;
    color:#333;
    position: relative;
}
.allnews-text .con{
    font-size:16px;
    color:#333;
    margin-top: 10px;
}
.allnews .text .time{
    font-size:16px;
    color:#999999;
    font-weight: lighter;
    margin-top: 8%;
}
.allnews:hover .text .title{
    color:#e01b22;
}

.in_news .list2 .news-a{
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 5.5%;
    margin-bottom: 5.5%;
}
.in_news .list2 .news-a:last-child{
    margin-bottom: 0;
    border-bottom:none;
}
.in_news .list2 .news-a .time{
    float: left;
    width: 95px;
}
.in_news .list2 .news-a .time .t1{
    font-size:24px;
    color:#666666;
    font-weight: bold;
}
.in_news .list2 .news-a .time .t2{
    font-size:20px;
    color:#666666;
}
.in_news .list2 .news-a .text {
    float: left;
    width: calc(100% - 105px);
}
.in_news .list2 .news-a .text .title{
    padding-left: 17px;
}
.in_news .list2 .news-a .text .con{
    padding-left: 17px;
    line-height: 25px;
}
.in_news .list2 .news-a .text .title:before{
    content:"";
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 67%;
    background: #252525;
    position: absolute;
}
.in_news .list2 .news-a:hover .text .title{
    color:#ba1419;
}
.in_news .list2 .news-a:hover .time .t1{
    color:#ba1419;
}
.in_news .list2 .news-a:hover .time .t2{
    color:#ba1419;
}

.footbox{
    background: url("../img/footbg.jpg") no-repeat center / cover;
}
.foot-top .item{
    height: 145px;
    border-bottom:1px solid rgba(255,255,255,0.1);
}
.foot-top .item .list .icon{
    width: 60px;
    height: 60px;
    position: relative;
    border:1px solid #6a6c6d;
    border-radius: 6px;
    margin-right: 10px;
}
.foot-top .item .list .text .t1{
    color:#fff;
    font-size:22px;
}
.foot-top .item .list .text .t2{
    color:#fff;
    font-size:14px;
}
.foot-top .item .list:hover .icon{
    background: #e01b22;
    border:1px solid #e01b22;
}
.foot-bottom .item .erbox{
    width: 290px;
}
.foot-bottom{
    padding:3.5% 0;
}
.foot-bottom .item .erbox .f-logo img{
    max-width: 85%;
    display: block;
    margin:0 auto;
}
.foot-bottom .item .erbox .imgbox{
    width: 145px;
    text-align:center;
    margin: 15% auto 0 auto;
}
.foot-bottom .item .erbox .imgbox img{
    width: 100%;
}
.foot-bottom .item .erbox .imgbox p{
    font-size:16px;
    color:#fff;
    margin-top: 8px;
}
.foot-bottom .a-item{
    width: calc(100% - 500px);
    display: flex;
    justify-content: space-between;
}
.foot-bottom .a-item .list.cp{
    width: 27%;
}
.foot-bottom .a-item .ftbox{
    margin-bottom: 20px;
}
.foot-bottom .a-item .ftbox p{
    font-size:20px;
    color:#ffffff;
}
.foot-bottom .a-item .ftbox .line{
    width: 40px;
    height: 2px;
    background: #fff;
    margin-top: 13px;
}
.foot-bottom .a-item .list .abox a{
    display: block;
    color:#fff;
    font-size:14px;
    line-height: 35px;
}
.foot-bottom .a-item .list .abox a:hover{
    color:#e01b22;
}
.foot-bottom .a-item .list .abox.cp a{
    float: left;
    width: 50%;
}
.foot-bottom .a-item .list .abox p{
    color:#fff;
    font-size:14px;
    line-height: 35px;
    padding-left:30px;
}
.foot-bottom .a-item .list .abox p.tel{
    font-size:36px;
    background: url("../img/f-tel.png") no-repeat left center;
}
.foot-bottom .a-item .list .abox p.email{
    background: url("../img/f-email.png") no-repeat left center;
}
.foot-bottom .a-item .list .abox p.add{
    background: url("../img/f-add.png") no-repeat left center;
}
.copy{
    text-align:center;
    font-size:12px;
    color:#fff;
    padding:1% 0;
}
.copy a{
    color:#fff;
}
.sbanner{
    width: 100%;
    height: 490px;
    position: relative;
}
.sbanner .text{
    position: absolute;
    width: 100%;
    left:0;
    top: 45%;
    text-align:center;
}
.sbanner .text .t1{
    font-weight: bold;
    font-size:30px;
    color:#fff;
}
.sbanner .text img{
    display: block;
    margin:1.5% auto;
}
.sbanner .text .en{
    text-transform: uppercase;
    font-size:20px;
    color:#fff;
}

.allcrumbs{
    border-bottom:1px solid #dcdcdc;
}
.allcrumbs .inner{
    line-height: 60px;
    font-size:16px;
    color:#666666;
    padding-left: 30px;
    background: url("../img/home-icon.png") no-repeat left center;
}
.allcrumbs .inner a{
    color:#666666;
}

.inner-company-fir .top-item .text{
    float: left;
    width: 51%;
}
.inner-company-fir .top-item .text .des{
    line-height: 30px;
    font-size:16px;
    color:#333;
    text-align:justify;
}
.inner-company-fir .top-item .imgbox{
    float: right;
    width: 44%;
}
.inner-company-fir .top-item .imgbox img{
    width: 100%;
}
.inner-company-fir .bottom-item{
    border:1px solid #dcdcdc;
    margin-top: 3%;
}
.inner-company-fir .bottom-item .list{
    float: left;
    width: 25%;
    height: 160px;
    border-right:1px solid #dcdcdc;
}
.inner-company-fir .bottom-item .list:last-child{
    border-right:none;
}
.inner-company-fir .bottom-item .list .icon{
    width: 60px;
    height: 60px;
    position: relative;
    border-radius: 100%;
    background: #ba1419;
    margin-right: 30px;
}
.inner-company-fir .bottom-item .list .text .t1{
    display: flex;
    align-items: flex-end;
}
.inner-company-fir .bottom-item .list .text .t1 .s1{
    font-size:40px;
    font-family: Impact;
    color:#ba1419;
}
.inner-company-fir .bottom-item .list .text .t1 .s2{
    font-size:20px;
    color:#ba1419;
}
.inner-company-fir .bottom-item .list .text .t2{
    font-size:16px;
    color:#666666;
}
.inner-company-sec{
    background: url("../img/innerculbg.jpg") no-repeat center / cover;
}
.inner-company-sec .item .list{
    float: left;
    width: 25%;
    height: 335px;
    background: #fff;
}
.inner-company-sec .item .list:nth-child(even){
    background: #ba1419;
}
.inner-company-sec .item .list .inner{
    padding:0 8%;
    text-align:center;
}
.inner-company-sec .item .list .icon{
    width: 80px;
    height: 80px;
    position: relative;
    margin:0 auto;
}
.inner-company-sec .item .list:nth-child(odd) .icon{
    background: url("../img/cul-icon-1.png") no-repeat center;
}
.inner-company-sec .item .list:nth-child(even) .icon{
    background: url("../img/cul-icon-2.png") no-repeat center;
}
.inner-company-sec .item .list .line{
    width: 16px;
    height: 2px;
    margin: 8% auto;
    background-color: #ba1419;
}
.inner-company-sec .item .list:nth-child(even) .line{
    background-color: #fff;
}
.inner-company-sec .item .list .des{
    font-size:14px;
    line-height: 24px;
    color:#666;
}
.inner-company-sec .item .list:nth-child(even) .des{
    color:#fff;
}
.inner-company-sec .item .list .title{
    font-size:22px;
    color:#ba1419;
    margin-top: 7%;
}
.inner-company-sec .item .list:nth-child(even) .title{
    color:#fff;
}
.inner-company-thr{
    background: url("../img/innerhonbg.jpg") no-repeat center / cover;
}

#certify{
    padding-bottom: 245px;
    background: url("../img/honorbg.png") no-repeat center bottom;
}
#certify .swiper-slide {
    width: 348px;
    height: 478px;
    background: none;
    padding: 15px;
}
#certify .swiper-slide .imgbox{
    width: 100%;
    height: 100%;
    position: relative;
    box-shadow: 0 0 15px rgb(0 0 0 / 66%);
}
.inner-company-four .item{
    height: 400px;
}
.inner-company-four .item .swiper-container{
    width: 100%;
    height: 100%;
}
.inner-company-four .item .swiper-slide{
    height: calc((100%) / 2);
}
.inner-company-four .item .imgbox{
    width: 100%;
    height: 100%;
    position: relative;
    border:1px solid #fff;
}
.inner-company-four .item .imgbox:hover{
    border:1px solid #ba1419;
}
.inner-company-four .item .imgbox img{
    max-width: 52%;
    max-height: 52%;
}
.protype{
    margin-bottom: 4%;
}
.protype a{
    float: left;
    width: 20%;
    padding:0 0.5%;
    height: 88px;
    margin-bottom: 1%;
}
.protype a .inner{
    background: #f5f5f5;
    width: 100%;
    height: 100%;
}
.protype a span{
    color:#333;
    font-size:18px;
    display: inline-block;
    margin-left: 14px;
}
.protype a:hover .inner
,.protype a.act .inner{
    background: #ba1419;
}
.protype a:hover img
,.protype a.act img{
    filter:brightness(1000%);
}
.protype a:hover span
,.protype a.act span{
    color:#fff;
}

.inner-pro-list{
    float: left;
    width: 25%;
    padding:0 0.7%;
    margin-bottom: 1.4%;
}

.pro-des-top{
    background: #f5f5f5;
    padding:3%;
}
.pro-des-top .proimg{
    float: left;
    width: 45%;
    height: 485px;
}
.pro-des-top .proimg .swiper-container{
    width: 100%;
    height: 100%;
}
.pro-des-top .proimg .swiper-pagination-bullet-active{
    background: #e01b22;
}
.pro-des-top .protext{
    float: right;
    width: 50%;
}
.pro-des-top .protext .title{
    font-size:36px;
    color:#181818;
    font-weight: bold;
}
.pro-des-top .protext .line{
    width: 100%;
    height: 2px;
    background: #ededed;
    position: relative;
    margin:3% 0;
}
.pro-des-top .protext .line:before{
    content:"";
    position: absolute;
    width: 80px;
    height: 100%;
    background: #ba1419;
    left:0;
    top:0;
}
.pro-des-top .protext .tags .t1{
    font-weight: bold;
    color:#181818;
    font-size:18px;
    margin-bottom: 13px;
}
.pro-des-top .protext .tags .t2{
    font-size:16px;
    line-height: 25px;
    color:#666;
}
.pro-des-top .protext .item{
    margin:5% 0;
    border-top:1px dashed #dcdcdc;
    border-bottom:1px dashed #dcdcdc;
    padding:4% 0;
}
.pro-des-top .protext .item .list{
    float: left;
    margin-right: 15%;
}
.pro-des-top .protext .item .list:last-child{
    margin-right: 0;
}
.pro-des-top .protext .item .list .icon{
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 100%;
    border:1px solid #dcdcdc;
    margin:0 auto;
}
.pro-des-top .protext .item .list .tt{
    text-align:center;
    font-size:16px;
    color:#333333;
    margin-top: 10px;
}
.pro-des-top .protext .item .list:hover .icon{
    background: #ba1419;
    border:1px solid #ba1419;
}
.pro-des-top .protext .item .list:hover .icon img{
    filter:brightness(1000%);
}
.pro-des-top .protext .telbox .tel .s1{
    font-size:16px;
    color:#333333;
    display: inline-block;
    margin:0 5px;
}
.pro-des-top .protext .telbox .tel .s2{
    font-size:16px;
    color:#333333;
}
.pro-des-top .protext .telbox .tel .s2{
    font-size:36px;
    color:#ba1419;
    font-weight: bold;
}
.pro-des-top .protext .telbox .cont-more{
    width: 190px;
    height: 60px;
    background: #ba1419;
}
.pro-des-top .protext .telbox .cont-more span{
    color:#fff;
    font-size:16px;
    display: inline-block;
    margin-left: 10px;
}
.pro-des-top .protext .telbox .cont-more:hover{
    background: #222;
}

.pro-des-bottom{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pro-des-bottom-left{
    width: calc(100% - 400px);
}
.pro-des-bottom-right{
    width: 335px;
}
.pro-des-bottom-right .inner{
    position: sticky;
    top: 100px;
}
.allsider .sider-top{
    width: 100%;
    height: 114px;
    background: url("../img/sider-top-bg.jpg") no-repeat center / cover;
    padding: 8% 0 0 19%;
    position: relative;
}
.allsider .sider-top .tbox{
    position: relative;
    z-index: 2;
    color:#fff;
}
.allsider .sider-top .tbox .t1{
    font-size:30px;
    font-weight: bold;
}
.allsider .sider-top .tbox .t2{
    font-size:14px;
    text-transform: uppercase;
    margin-top: 8px;
}
.allsider .sider-top .bg{
    text-transform: uppercase;
    font-family: Impact;
    color: rgba(255,255,255,0.1);
    font-size: 46px;
    position: absolute;
    z-index: 1;
    left: 19%;
    top: 17%;
    letter-spacing: 4px;
}
.allsider .sider-cent{
    background: #f5f5f5;
    padding: 5.5%;
}

 .allsider .sider-cent ul li&gt;a{
     height: 60px;
     background: #fff;
     padding: 0 13%;
     margin-bottom: 5%;
     display: flex;
     align-items: center;
     justify-content: space-between;
 }
.allsider .sider-cent ul li&gt;a span{
    font-size:18px;
    color:#333;
}
.allsider .sider-cent ul li&gt;a .icon{
    width: 24px;
    height: 24px;
    background: #f5f5f5 url("../img/sider-icon1.png") no-repeat center;
    border-radius: 100%;
    position: relative;
}
.allsider .sider-cent ul li&gt;a:hover
,.allsider .sider-cent ul li&gt;a.act{
    background: #ba1419;
}
.allsider .sider-cent ul li&gt;a:hover span
,.allsider .sider-cent ul li&gt;a.act span{
    color:#fff;
}
.allsider .sider-cent ul li&gt;a:hover .icon
,.allsider .sider-cent ul li&gt;a.act .icon{
    background: #fff url("../img/sider-icon-2.png") no-repeat center;
}
.allsider .sider-cent ul li .erji{
    margin-bottom: 4%;
}
.allsider .sider-cent ul li .erji a{
    display: block;
    font-size: 14px;
    color: #333;
    padding-left: 13%;
    line-height: 33px;
}

.pro-des-type{
    background: #f5f5f5;
    margin-bottom: 4%;
}
.pro-des-type a{
    display: inline-block;
    position: relative;
    line-height: 80px;
    width: 180px;
    font-size:18px;
    color:#333;
    text-align:center;
}
.pro-des-type a:after{
    content:"";
    position: absolute;
    right:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #dcdcdc;
}
.pro-des-type a:last-child:after{
    display: none;
}
.pro-des-type a:before{
    content:"";
    position: absolute;
    left:0;
    bottom:0;
    width: 0;
    height: 3px;
    background: #ba1419;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.pro-des-type a:hover
,.pro-des-type a.act{
    color:#ba1419;
}
.pro-des-type a:hover:before
,.pro-des-type a.act:before{
    width: 100%;
}
.pro-des-title-box{
    background: #f5f5f5;
    padding: 18px 30px;
}
.pro-des-title{
    position: relative;
    margin-bottom: 30px;
}
.pro-des-title-box .pro-des-title{
    margin-bottom: 0;
}
.pro-des-title .tbox{
    position: relative;
    z-index: 2;
}
.pro-des-title .tbox span{
    font-weight:bold;
    font-size:30px;
    color:#333333;
    display: inline-block;
    margin-right: 10px;
}
.pro-des-title .en{
    font-family: ali;
    font-size:40px;
    color:#e7e7e7;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    left:0;
    top:0;
    letter-spacing: 2px;
    line-height: 40px;
}
.prodescontent{
    font-size:16px;
    color:#666;
    line-height: 30px;
}
.prodescontent img{
    max-width: 100%;
}
.prodescontent table{
    width: 100% !important;
    margin: 0 auto 20px auto;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    margin-top:30px;
}
.prodescontent table tr td{
    line-height: 30px;
    font-size:16px;
    color:#666;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #eee;
}

.pro-des-con2 .in_case_box {
    height: 557px;
}
.pro-des-con2 .in_case_box .swiper-slide .imgbox .title{
    line-height: 50px;
    font-size: 18px;
}
.pro-des-con3 .item .list{
    width: 24%;
    height: 100px;
    background: #f5f5f5;
}
.pro-des-con3 .item .list .icon{
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background: #ba1419;
    position: relative;
    margin-right: 10px;
}
.pro-des-con3 .item .list .icon .img2{
    opacity: 0;
}
.pro-des-con3 .item .list .text .t1{
    font-weight: bold;
    color:#333;
    font-size:18px;
}
.pro-des-con3 .item .list .text .en{
    text-transform: uppercase;
    color:#999;
    font-size:12px;
}
.pro-des-con3 .item .list:hover{
    background: #ba1419;
}
.pro-des-con3 .item .list:hover .text .t1{
    color:#fff;
}
.pro-des-con3 .item .list:hover .text .en{
    color:#fff;
}
.pro-des-con3 .item .list:hover .icon{
    background: #fff;
}
.pro-des-con3 .item .list:hover .icon .img1{
    opacity: 0;
}
.pro-des-con3 .item .list:hover .icon .img2{
    opacity: 1;
}

.inner-moive-list{
    float: left;
    width: 33.33%;
    padding:0 1%;
    margin-bottom: 2%;
}
.inner-moive-list .inner{
    border: 1px solid #dcdcdc;
    padding-top: 7%;
}
.inner-moive-list .shu{
    padding-left: 38px;
    font-family: Impact;
    font-size:40px;
    color:#333;
    background: url("../img/shubg.png") no-repeat left center;
}
.inner-moive-list .moive-inner{
    padding: 0 5% 6% 5%;
}
.inner-moive-list .tbox{
    margin-bottom: 5%;
    margin-top: 6%;
}
.inner-moive-list .tbox .t1{
    font-size:22px;
    color:#333333;
}
.inner-moive-list .tbox .en{
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    margin-top: 4px;
}
.inner-moive-list .imgbox{
    width: 100%;
    height: 295px;
    position: relative;
    overflow: hidden;
}
.inner-moive-list .imgbox .title{
    position: absolute;
    width: 100%;
    bottom:0;
    left:0;
    background: rgba(0,0,0,0.3);
    padding:0 7%;
    height: 60px;
}
.inner-moive-list .imgbox .title .s1{
    width: 70%;
    padding-left:30px;
    background: url("../img/inmoive-icon2.png") no-repeat left center;
    font-size:16px;
    color:#fff;

}
.inner-moive-list:hover .shu{
    background: url("../img/shubg1.png") no-repeat left center;
}
.inner-moive-list:hover .tbox .t1{
    color:#ba1419;
}
.inner-moive-list:hover .imgbox .pic{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.inner-moive-list:hover .imgbox .title{
    background: #ba1419;
}

.neiyemoive {
    margin: 0 auto;
    width: 100%;
    height: 560px;
    position: relative;
    margin-top: 4%;
    margin-bottom: 4%;
}
.moiveimg{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
}
.open-btn{
    cursor: pointer;
}
.neiyemoive .jw-skin-bce .jw-background-color{
    width: 100%;
}
.art-tbox{
    margin-bottom: 3%;
    padding-bottom: 2%;
    border-bottom: 1px solid #eee;
}
.art-title{
    font-size:24px;
    color:#333;
}
.art-click{
    margin-top: 2%;
}
.art-click span{
    display: inline-block;
    padding-left: 25px;
    color:#666;
}
.art-click span.s1{
    background: url("../img/art-time.png") no-repeat left center;
    background-size: 18px;
}
.art-click span.s2{
    background: url("../img/art-click.png") no-repeat left center;
    background-size: 20px;
}

.inner-news-top .swiper-slide{
    width: 100%;
    height: 350px;
}
.inner-news-top .swiper-slide .imgbox{
    float: left;
    width: 40%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.inner-news-top .swiper-slide .text{
    float: left;
    width: 60%;
    height: 100%;
    background: #f5f5f5;
    padding:3% 4%;
}
.inner-news-top .swiper-slide .text .time{
    padding-left: 30px;
    color: #999999;
    font-size: 16px;
    background: url("../img/newstime.png") no-repeat left center;
    background-size: 25px;
    line-height: 30px;
    margin-bottom: 1%;
}
.inner-news-top .swiper-slide .text .title{
    color: #282828;
    font-size: 26px;
}

.inner-news-top .swiper-slide .text .con{
    color: rgba(40,40,40,0.5);
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: justify;
    margin:1% 0 4% 0;

}
.inner-news-top  .swiper-pagination{
    width: 100%;
    position: relative;
    text-align: right;
    margin-top: 3%;
}
.inner-news-top  .swiper-pagination-bullet{
    margin:0 5px;
}
.inner-news-top .swiper-pagination-bullet-active{
    background-color: #c0131c;
}
.inner-news-top .swiper-slide .text  .more{
    display: inline-block;
    font-size:14px;
    line-height: 34px;
    background: #c0131c;
    color:#fff;
    padding:0 20px;
}
.inner-news-top .swiper-slide:hover .text  .more{
    background: #222;
}
.inner-news-top .swiper-slide:hover .imgbox .pic{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.inner-news-bottom .list{
    float: left;
    width: 50%;
    height: 220px;
    border:1px solid #e7e7e7;
}
.inner-news-bottom .list .tbox{
    float: left;
    width: 85px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    padding: 0 2%;
    text-align: center;
}
.inner-news-bottom .list .tbox .t1{
    font-size: 18px;
    font-weight: 100;
    color: #626364;
}
.inner-news-bottom .list .tbox .time{
    font-size: 16px;
    line-height: 23px;
    border-top: 1px solid #999;
    font-family: Arial;
    margin-top: 32%;
    color: #626364;
    padding-top: 32%;
}
.inner-news-bottom .list .text{
    height: 100%;
    width: calc(100% - 85px);
    padding:4% 6%;
    float: left;
}
.inner-news-bottom .list .text .title{
    color: #333333;
    font-size: 22px;
}
.inner-news-bottom .list .text .con{
    color: #999999;
    font-size: 14px;
    line-height: 25px;
    margin:4% 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: justify;
}
.inner-news-bottom .list .text  span{
    display: inline-block;
    font-size: 14px;
    line-height: 34px;
    color:#c0131c;
}
.inner-news-bottom .list:hover .text  span{
    background: #c0131c;
    color: #fff;
    padding: 0 20px;
}
.inner-news-bottom .list:hover .text .title{
    color:#c0131c;
}
.inner-news-bottom .list:hover .tbox{
    background: #c0131c;
}
.inner-news-bottom .list:hover .tbox .t1{
    color:#fff;
}
.inner-news-bottom .list:hover .tbox .time{
    color:#fff;
    border-top:1px solid #fff;
}
.innerbg {
    background: #f2f2f2;
}

.allcase{
    padding:26px;
    background: #fff;
}
.allcase .title{
    font-size:24px;
    color:#333;
    font-weight: bold;
}
.allcase .biao{
    font-size:14px;
    color:#999999;
    margin:15px 0 17px 0;
}
.allcase .more{
    display: flex;
    justify-content: center;
    width: 120px;
    height: 40px;
    border-radius: 30px;
    border:1px solid #c9c9c9;
    align-items: center;
}
.allcase .more span{
    font-size:14px;
    color:#666666;
    display: inline-block;
    margin-right: 10px;
}
.allcase .imgbox{
    height: 250px;
    position: relative;
    overflow: hidden;
    margin-top: 25px;
}
.allcase:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}


.inner-case-list{
    float: left;
    width: 33.33%;
    padding:0 1%;
    margin-bottom: 2%;
}
.inner-case-list .allcase{
    padding: 32px;
}
.inner-case-list .allcase:hover .more{
    background: #e01b22;
    border:1px solid #e01b22;
}
.inner-case-list .allcase:hover .more span{
    color:#fff;
}
.inner-case-list .allcase:hover .more img{
    filter:brightness(1000%);
}

.inner-news-des {
    background: #fff;
    padding: 69px 60px;
}
.inner-news-des .left .tbox{
    margin-bottom: 1%;
    text-align: center;
}
.inner-news-des .left .tbox .fir{
    font-size: 32px;
    color:#333;
}
.inner-news-des .left .tbox .sec{
    font-size: 14px;
    color:#777;
    margin-top: 1%;
}

.clickbox{
    line-height: 25px;
    margin-bottom: 31px;
    padding: 5px 10px;
    color: #777;
    border-bottom: 1px solid #eee;
    position: relative;
    text-align: center;
}
.clickbox span{
    margin-right: 2%;
}
.article-content{
    font-size: 16px;
    color: #737373;
    line-height: 30px;
}
.article-content img{
    max-width: 100%;
    margin:1% auto;
}

.inner-contact-item{
    width: 100%;
    height: 560px;
}
.inner-contact-item .list{
    float: left;
    width: 50%;
    height: 100%;
    padding:3%;
}
.inner-contact-item .list1{
    background: #222;
}
.inner-contact-item .list2{
    background: #fff;
}
.inner-contact-item .list .tbox{
    margin-bottom: 50px;
}
.inner-contact-item .list .tbox .t{
    font-size:30px;
}
.inner-contact-item .list .tbox .line{
    width: 30px;
    height: 2px;
    margin-top: 15px;
}
.inner-contact-item .list .tbox.white .t{
    color:#fff;
}
.inner-contact-item .list .tbox.white .line{
    background: #fff;
}
.inner-contact-item .list .tbox.color .t{
    color:#222;
}
.inner-contact-item .list .tbox.color .line{
    background: #222;
}
.inner-contact-item .list1 .lx-list{
    margin-bottom: 50px;
}
.inner-contact-item .list1 .lx-list:last-child{
    margin-bottom: 0;
}
.inner-contact-item .list1 .lx-list .icon{
    position: relative;
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.35);
    border-radius: 100%;
    margin-right: 15px;
}
.inner-contact-item .list1 .lx-list .icon img{
    max-width: 48%;
}
.inner-contact-item .list1 .lx-list .text{
    width: calc(100% - 50px);
}
.inner-contact-item .list1 .lx-list .text .s1{
    font-weight: bold;
    font-size:16px;
    color:#fff;
}
.inner-contact-item .list1 .lx-list .text .s2{
    font-size:16px;
    margin-top: 8px;
    color:#fff;
}
.inner-contact-item .list1 .lx-list .text .s2 a{
    color:#fff;
}
.inner-contact-item .list2 form input{
    width: 100%;
    line-height: 50px;
    background:#fff;
    outline:none;
    border:1px solid #dcdcdc;
    text-indent: 20px;
    color:#333;
    font-size:14px;
    margin-bottom: 10px;
}
.inner-contact-item .list2 form input::placeholder{
    color:#999;
    font-size:14px;
}
.inner-contact-item .list2 form textarea{
    width: 100%;
    height: 100px;
    background:#fff;
    outline:none;
    border:1px solid #dcdcdc;
    padding: 20px;
    color:#333;
    font-size:14px;
    margin-bottom: 10px;
}
.inner-contact-item .list2 form textarea::placeholder{
    color:#999;
    font-size:14px;
}
.inner-contact-item .list2 form .inputbox input{
    float: left;
    width: 40%;
}
.inner-contact-item .list2 form .inputbox .verify{
    float: left;
    margin-left: 10px;
    height: 52px;
    width: 24%;
    position: relative;
}
.inner-contact-item .list2 form .inputbox .verify img{
    width: 100%;
    height: 100%;
}
.inner-contact-item .list2 form .inputbox .submit{
    float: right;
    display: block;
    line-height: 52px;
    text-align:center;
    background: #222;
    width: 30%;
    color:#fff;
    font-size:16px;
}
.inner-contact-item .list2 form .inputbox .submit:hover{
    background: #e01b22;
}
.inner-contact-sec #mymap{
    width: 100%;
    height: 500px;
}
.allnav_inner .xia_btn{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: none;
}
.sm-button-xian {
    width: 23px;
    height: 18px;
    position: relative;
}

.sm-button-xian span {
    display: block;
    position: absolute;
    height: 2px;
    background-color: #fff;
    left: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.sm-button-xian span.lin-top {
    top: 0;
    width: 100%;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
}

.sm-button-xian span.lin-cent {
    top: 8px;
    width: 70%;
}
.sm-button-xian span.lin-bottom {
    bottom: 0;
    width: 100%;
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
}
.sm-button-xian:hover span.lin-cent{
    width: 100%;
}

.sm-nav{
    position: fixed;
    top:0;
    left:0;
    z-index: 1001;
    transition: all 0.5s ease 0s;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    -webkit-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
    -o-transform: translate(-100%,0);
    transform: translate(-100%,0);
}
.sm-nav.active{
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.sm-nav-box{
    width: 63%;
    height: 100%;
}
.sm-nav .t{
    line-height: 55px;
    background: #ba1419;
    font-weight: bold;
    color: #fff;
    font-size:18px;
    padding:0 10%;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sm-nav .xian{
    width: 23px;
    height: 16px;
    position: relative;
}
.sm-nav .xian span{
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left:0;
}
.sm-nav .xian span.lin-top{
    top: -1px;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sm-nav .xian span.lin-bottom{
    bottom:0;
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sm-nav-bottom{
    width: 100%;
    height: calc(100% - 55px);
    background: #fff;
    overflow-y: auto;
}
.sm-nav-bottom ul li a{
    display:flex;
    align-items: center;
    justify-content: left;
    color:#333;
    height: 50px;
    padding:0 8%;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}
.sm-nav-bottom ul li a .icon{
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 6%;
}
.sm-nav-bottom ul li a span{
    font-size:14px;
    color: #444;
}
.sm-nav-bottom ul li a i{
    width: 30px;
    height: 30px;
    position: absolute;
    right:10%;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../img/sm-jian.png") no-repeat center / contain;
    background-size: 60%;
}
.sm-nav-bottom ul li .erji{
    display: none;
}
.sm-nav-bottom ul li .erji a{
    margin-left: 15px;
}

.xiala{
    position: absolute;
    left:0;
    top:100%;
    width: 100%;
}

.xiala .item{
    background: #ffffff;
    padding:35px 0;
    display: none;
}
.xiala .item .imgbox{
    width: 40%;
    height: 400px;
    position: relative;
    overflow: hidden;
}
.xiala .item .text{
    width: 55%;
}
.xiala .item .text .tbox .s1{
    font-size:30px;
    color:#ba1419;
    font-weight: bold;
}
.xiala .item .text .tbox .s2{
    font-size:16px;
    color:#666666;
    line-height: 30px;
    margin-bottom: 4%;
}
.xiala .item .text .tbox .line{
    width: 60px;
    height: 3px;
    background: #ba1419;
    margin: 8px 0 23px 0;
}
.xiala .item .text .abox a{
    float: left;
    width: 25%;
    padding-left:18px;
    position: relative;
    font-size:16px;
    color:#333333;
    line-height: 40px;
}
.xiala .item .text .abox a:before{
    content:"";
    position: absolute;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    background: url("../img/xiala-icon.png") no-repeat center;
}
.xiala .item .text .abox a:hover{
    color:#ba1419;
}
.xiala .item .text .abox a:hover:before{
    background: url("../img/xiala-icon2.png") no-repeat center;
}</pre></body></html>